home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com(Pete)
- Newsgroups: comp.lang.c++
- Subject: Re: New to C++: Linker problem
- Date: 26 Feb 1996 00:51:05 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4gr05p$r8j@news1.usa.pipeline.com>
- NNTP-Posting-Host: pipe11.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline USA v3.3.0
-
- On Feb 25, 1996 00:58:37 in article <New to C++: Linker problem>,
- 'cyclo201@tiac.net' wrote:
-
-
- >I am new to programming and am following a book to learn. I have a
- >problem compiling code though. When I go to compile a program I get a
- >linker error saying that it can't find cOwl.obj and then the program
- >terminates. I check the code for syntax error's but it is typed
- >exactly as the book says! any suggestions? e-mail me if you do.
-
- The library path is incorrect. The way to set it depends on the
- version of Borland's compiler system you are using. On BC4.52
- Go into Options|Project|Directories and type in c:\bc45\lib.
- It's similar with older BC versions.
-
- Substitute the actual path where you installed the system for
- "c:\bc45".
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-